Skip to content

Jenkins clang-tidy fix#10950

Merged
danielinux merged 1 commit into
wolfSSL:masterfrom
Frauschi:jenkins_fix
Jul 20, 2026
Merged

Jenkins clang-tidy fix#10950
danielinux merged 1 commit into
wolfSSL:masterfrom
Frauschi:jenkins_fix

Conversation

@Frauschi

Copy link
Copy Markdown
Contributor

Fix Jenkins failures on master due to missing macro name in .wolfssl_known_macro_extras after #10732.

WOLFSSL_OCSP_SCREEN_RESPONDER (from the OCSP AIA responder SSRF
screening work) is only ever enabled via
CPPFLAGS=-DWOLFSSL_OCSP_SCREEN_RESPONDER, a form the check-source-text
"unknown macros" -D pattern does not match, so the subtest reports it as
an unrecognized macro and fails. Add it to .wolfssl_known_macro_extras.

Also fix the C lexical ordering of HWCAP2_SME, which sorted after
HWCAP_ASIMDRDM ('2' precedes '_' in the C locale) and tripped the "not
in C lexical order" warning.
@danielinux
danielinux merged commit 5012d1d into wolfSSL:master Jul 20, 2026
314 of 315 checks passed
@Frauschi
Frauschi deleted the jenkins_fix branch July 20, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants